<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Morris CS9 Armoured Car</long_name>
		<short_name>Morris CS9</short_name>
		<comment>An lightly armoured scout car mounting a Boys Anti-tank rifle and a 7.62mm Bren machine gun</comment>

		<uniform_profile>uniform_profile_british_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_british_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1939</year><number>100</number></data>
		<data><month>1</month><year>1941</year><number>100</number></data>
		<data><month>12</month><year>1942</year><number>50</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Morris CS9.png</image_profile>
			<weight>4475</weight>
		</attributes>

		<drive>
			<engine>
				<name>Meadows 6 cylinder</name>
				<horsepower>96</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>40</offsetX>
				<offsetY>250</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Morris CS9.png</image_view>

			<width>205</width>
			<length>477</length>
			<height>128</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>7@20</front>
				<side>7</side>
				<rear>7@20</rear>
				<top>7</top>
				<bottom>7</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>150</width>
			<length>290</length>
			<height>45</height>

			<offsetX>0</offsetX>
			<offsetY>50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>7</front>
				<side>7</side>
				<rear>7@20</rear>
				<top>7</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Morris CS9 turret.png</image_view>

			<diameter>125</diameter>
			<height>40</height>
			<offsetX>0</offsetX>
			<offsetY>80</offsetY>

			<rotate_time>20</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>7</front>
				<side>7</side>
				<rear>7</rear>
				<top>0</top>
				<mantlet>0</mantlet>
			</armour>

			<smoke_discharger><offsetX>0</offsetX><offsetY>-50</offsetY><angle>0</angle><elevation>45</elevation><speed>30</speed><ammo>18</ammo><reload>4</reload></smoke_discharger>

			<weapon><type>WEAPON_LMG_BREN</type><offsetX>-25</offsetX></weapon>
			<weapon><type>WEAPON_AT_RIFLE_BOYS</type><offsetX>35</offsetX></weapon>
			<ammo><for>WEAPON_LMG_BREN</for><rounds>1000</rounds></ammo>
			<ammo><for>WEAPON_AT_RIFLE_BOYS</for><rounds>30</rounds></ammo>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
